home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / apache_stop.bat < prev    next >
Encoding:
DOS Batch File  |  2005-07-08  |  128 b   |  7 lines

  1. @echo off
  2. apache\bin\pv -f -k apache.exe -q
  3. if not exist apache\logs\httpd.pid GOTO exit
  4. del apache\logs\httpd.pid
  5.  
  6. :exit
  7.